-
Notifications
You must be signed in to change notification settings - Fork 12
Add 'prettier' format check to build #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@seanf Thanks for your updates. are we really need these configurations? I think we add too many rules for one file. ( |
|
@BANG88 I think tslint is better at checking for coding anti-patterns, but maybe not the best option for checking code formatting. (In fact I just found a little library https://prettier.io/docs/en/why-prettier.html
If you run Once it's set up it shouldn't require much from us, since it's mostly automatic. |
|
Yep. I use |
|
@BANG88 Great. In that case, would you prefer to use ie should I delete these exceptions from # Bring 'prettier' in line with tslint options:
trailingComma: all
arrowParens: alwayshttps://prettier.io/docs/en/options.html#trailing-commas |
|
No. that's ok. |
No description provided.